home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Snippets / DirectoryPopup 1.0 / □□□DPSample Source / Utilities.h < prev   
Text File  |  1996-06-03  |  531b  |  31 lines

  1. /*
  2.  *    Project:        SimpleApp
  3.  *
  4.  *    Filename:         Utilities.h
  5.  *
  6.  *    Author:         Marco Piovanelli
  7.  *
  8.  *    Revision History:
  9.  *
  10.  *            1996.05.24                MP        created this file
  11.  *
  12.  */
  13.  
  14. #ifndef __MEMORY__
  15. #include <Memory.h>
  16. #endif
  17.  
  18. #ifndef __FILES__
  19. #include <Files.h>
  20. #endif
  21.  
  22. #ifndef __APPLEEVENTS__
  23. #include <AppleEvents.h>
  24. #endif
  25.  
  26. void Assert ( Boolean inAssertion ) ;
  27. void BlockClear ( void * ioBlockPtr, Size inBlockSize ) ;
  28. void InitDesc ( AEDesc * ioDesc ) ;
  29. void ForgetDesc ( AEDesc * ioDesc ) ;
  30. OSErr FindParentSpec ( FSSpec * ioFileSpec ) ;
  31.